AddXRefEx
Description
This method adds object of the TsgDXFXref class.
| Parameter | Description | 
|---|---|
| ACADFile | The object of the descendant of the TsgCADImageclass. | 
| AName | The name for the new object of the TsgDXFXrefclass. | 
| APos | The insert point for new object of the TsgDXFXrefclass. | 
| AScale | X,Y,Zscale factors for new object of theTsgDXFXrefclass. | 
| Rotation | The rotation angle for new object of the TsgDXFXrefclass. | 
| ALayout | The layout for the new object of the TsgDXFXrefclass. | 
Syntax
procedure AddXRefEx(ACADFile: TObject; AName: string; APos, AScale: TFPoint; Rotation: Single; ALayout: TsgDXFLayout);